home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Tool Chest / Development Tools & Languages / Macintosh Common Lisp Related / MCL on PC / README.1ST < prev   
Encoding:
Text File  |  1994-09-12  |  946 b   |  24 lines  |  [TEXT/ttxt]

  1. This set of files is our library that intends to emulate the MCL interface
  2. on top of ACL/PC 1.0-2.0.
  3.  
  4. The documentation for the emulation is in doc-emul.txt
  5.  
  6. The loader for our library is in bib-lade.lsp. The loader assumes that you
  7. have installed our library in the top-level directory biblioth of your drive
  8. containing acl/pc. If you have installed the library on another folder, change
  9. the variable *start-dir* in the loader.
  10.  
  11. The loader defines a compile-before-load function. If you want to use edit-defitions
  12. in ACL/PC, you should load the source files, ACL/PC compiles them anyway
  13. and by  answering the first question
  14. "Lade Quelldateien statt kompilierte?" meaning
  15. "Load source files instead of compiled ones?" with yes.
  16.  
  17. In addition to the MCL-emulation loads a couple a composite windows
  18. and widget definition that you might find usefull. In a later release we will
  19. provide a different loader for the core emulation.
  20.  
  21. bye
  22.  
  23. Karsten Poeck
  24.